home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / AIncludes / DriverServices.a < prev    next >
Text File  |  1996-05-01  |  1KB  |  38 lines

  1. ;
  2. ;    File:        DriverServices.a
  3. ;
  4. ;    Contains:    Driver Services Interfaces.
  5. ;
  6. ;    Version:    Technology:    PowerSurge 1.0.2 and beyond (including Copland)
  7. ;                Release:    Universal Interfaces 3.0d3 on Copland DR1
  8. ;
  9. ;    Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10. ;
  11. ;    Bugs?:        If you find a problem with this file, send the file and version
  12. ;                information (from above) and the problem description to:
  13. ;
  14. ;                    Internet:    apple.bugs@applelink.apple.com
  15. ;                    AppleLink:    APPLE.BUGS
  16. ;
  17. ;
  18.     IF &TYPE('__DRIVERSERVICES__') = 'UNDEFINED' THEN
  19. __DRIVERSERVICES__ SET 1
  20.  
  21.     IF &TYPE('__CONDITIONALMACROS__') = 'UNDEFINED' THEN
  22.     include 'ConditionalMacros.a'
  23.     ENDIF
  24.     IF &TYPE('__DRIVERSUPPORT__') = 'UNDEFINED' THEN
  25.     include 'DriverSupport.a'
  26.     ENDIF
  27.     IF &TYPE('__DRIVERSYNCHRONIZATION__') = 'UNDEFINED' THEN
  28.     include 'DriverSynchronization.a'
  29.     ENDIF
  30.     IF &TYPE('__DEVICEMANAGERSUPPORT__') = 'UNDEFINED' THEN
  31.     include 'DeviceManagerSupport.a'
  32.     ENDIF
  33.     IF &TYPE('__INTERRUPTS__') = 'UNDEFINED' THEN
  34.     include 'Interrupts.a'
  35.     ENDIF
  36.     ENDIF ; __DRIVERSERVICES__ 
  37.  
  38.